home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************/
- /* */
- /* TurboCAD for Windows */
- /* Copyright (c) 1993 - 2001 */
- /* International Microcomputer Software, Inc. */
- /* (IMSI) */
- /* All rights reserved. */
- /* */
- /******************************************************************/
-
- #if !defined(AFX_PROPDIALOG_H__430FB7B3_A088_11D1_B79F_000021452DB6__INCLUDED_)
- #define AFX_PROPDIALOG_H__430FB7B3_A088_11D1_B79F_000021452DB6__INCLUDED_
-
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- // PropDialog.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CPropDialog dialog
-
- class CPropDialog : public CDialog
- {
- // Construction
- public:
- CPropDialog(Properties *pProps, CWnd* pParent = NULL); // standard constructor
- Properties *m_pProps;
-
- // Dialog Data
- //{{AFX_DATA(CPropDialog)
- enum { IDD = IDD_PROPERTY };
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CPropDialog)
- public:
- virtual BOOL DestroyWindow();
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- CPtrArray m_arrVal;
- protected:
-
- // Generated message map functions
- //{{AFX_MSG(CPropDialog)
- virtual BOOL OnInitDialog();
- afx_msg void OnModify();
- virtual void OnCancel();
- virtual void OnOK();
- afx_msg void OnAdd();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_PROPDIALOG_H__430FB7B3_A088_11D1_B79F_000021452DB6__INCLUDED_)
-